home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / TER500 / 500TER._XE / TM.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-08-18  |  789 b   |  31 lines

  1. If ERRORLEVEL == 3 GOTO PackAll
  2. If ERRORLEVEL == 2 GOTO PackEchomail
  3. If ERRORLEVEL == 1 GOTO PackNetmail
  4.  
  5. GOTO END
  6.  
  7. Rem        This file belongs to Terminate the final terminal program
  8. Rem                Copyright 1992,97 by Strathrory Systems Ltd.
  9. Rem
  10. Rem    This file will start up the maileditor from Terminate
  11. Rem
  12. Rem    There is no need to include the Terminate directory in your PATH
  13. Rem    statement. Just specify the complete path to the TM.EXE file.
  14. Rem    Just change line 3 to your direct path to the TM.EXE file and
  15. Rem    move this file (TM.BAT) to a directory in your PATH (C:\BAT,C:\DOS).
  16. Rem    Then you can start the maileditor from anywhere just by typing TM.
  17. Rem
  18.  
  19. :PackAll
  20.  Goto END
  21.  
  22. :PackEchomail
  23.  Goto END
  24.  
  25. :PackNetmail
  26.  Goto END
  27.  
  28.  
  29. :END
  30.  
  31.